Photo Layer Schema
SYMBOL Element
See Also  Send comments on this topic.
Photo Layer Schema : SYMBOL Element

Glossary Item Box

Description

Parent tag for symbology in photo layer file (*.aph).

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEMARKERSYMBOL Element RASTERMARKERSYMBOL Element GROUPSYMBOL Element Sequence SYMBOL Element

Overview

SYMBOL
Parent tag for symbology in photo layer file (*.aph).
visible optional Restriction of xs:string
Sequence
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionaltrue  

Examples

Graphics Layer file (*.apg); Photo Layer file (*.aph).

Source

<xs:element name="SYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent tag for symbology in photo layer file (*.aph).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aph:GROUPSYMBOL" />
      <xs:element ref="aph:RASTERMARKERSYMBOL" />
      <xs:element ref="aph:SIMPLEMARKERSYMBOL" />
      <xs:element ref="aph:TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
    <xs:attribute default="true" name="visible">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.